win32-theme: Make notebook tabs slightly better
authorAlexander Larsson <alexl@redhat.com>
Fri, 25 Nov 2011 15:43:51 +0000 (16:43 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 25 Nov 2011 15:43:51 +0000 (16:43 +0100)
gtk/gtk-win32.css

index 7ccd1fdbcd7c2c353fca9a4abf35c653d9a15e6b..065794b6c3af50dae39d96bc0a1b4bb81f7aae6e 100644 (file)
@@ -587,8 +587,8 @@ GtkComboBox.combobox-entry .button:insensitive {
     background-color: none;
     border-width: 0;
     background-image: -gtk-win32-theme-part(tab, 9 1);
-    -GtkNotebook-tab-overlap: 0;
-    -GtkNotebook-tab-curvature: 20;
+    -GtkNotebook-tab-overlap: 1;
+    -GtkNotebook-tab-curvature: 1;
 }
 
 .notebook tab {
@@ -599,6 +599,7 @@ GtkComboBox.combobox-entry .button:insensitive {
 
 .notebook tab:active {
     background-image: -gtk-win32-theme-part(tab, 1 3);
+    padding: 4;
 }
 
 .notebook {